// this is the townscript for town 43: Waterfall edge

begintownscript;

variables;

int choice;

body;

beginstate INIT_STATE;
break;

beginstate EXIT_STATE;
break;

beginstate START_STATE;
break;

beginstate 10;
if (get_flag(43,0) == 1)
		end();
	set_flag(43,0,1);
	message_dialog("This is the largest amount of waterfalls you have seen so far. This may get very rough. Better hold tight!","");
	message_dialog("Slowly, you sail onto the waterfalls, but when the current pulls your boat downwards, along with the waterfalls, you can't stand up against the full force of nature. You crash your boat, and find yourselves on a rustic beach.","");
	change_outdoor_location(2,0,4,29);
	move_to_new_town(44,17,8);
break;